Welcome![Sign In][Sign Up]
Location:
Search - c 4.5 algorithm

Search list

[Other resourceTc2.0Bsplinesrc

Description: turbo c 2.0实现的B样条反控制顶点算法 也就是画一条插值到所给点的样条 4阶,3次-turbo c 2.0 achieving B-spline vertices of the anti-control algorithm is a painting by interpolation to point to the kind of the four bands, three times
Platform: | Size: 39730 | Author: bug | Hits:

[Other resourcepc4.5.tar

Description: 此代码是用c语言编写的决策树的c4.5代码,它是数据挖掘分类算法中的一种,可以对给定数据集进行分类,挖掘出规则-this code is c language of the decision tree Bank code, which is data mining classification algorithm of a can of a given data set for classification, tapping rules
Platform: | Size: 222732 | Author: 李雪 | Hits:

[Compress-Decompress algrithms实现LZARI压缩算法的C++类

Description: 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 c language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. I rewrite it became a c categories, it can convenience compression, but more importantly, I added two new interface, the class can compression/decompression period memory buffer, and not just paper. A total of five external interface :
Platform: | Size: 1024 | Author: 张吗恩 | Hits:

[Other算法ebook(10部算法经典著作的合集)

Description: 算法ebook(10部算法经典著作的合集) 算法ebook> 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles-algorithm ebook (10 Algorithm classics Collection) algorithm ebookgt; Gt; Ten algorithm classics Collection chm format (1) Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2) Data Structures and Algorithms and Program Using C by Style Asperula and James F. Leonard J. Garrett (3) Data Structures and Analysis Algorithm in C by Mark Allen Weiss (4) Data Structures : From Arrays to Priority Queues by Wayne Amsbury (5) Information Retrieval : Data Structures Algorithms edited by William B . Frakes and Ricardo Baeza- Yates (6) Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7) Practical Data Structures in C by Bryan Flamig (8) Reliable Data Structures in C by Thomas Plum (9) Data Structures and Algorithms Alfred V. Aho, Bell Laborat
Platform: | Size: 29000704 | Author: 狼狼 | Hits:

[AI-NN-PRc4.5算法数据(VC VERSION)

Description: 数据挖掘c4.5算法(vc语言版本)欢迎大家下载测试!!!! - The data mining c4.5 algorithm (vc language edition) welcome everybody downloading test! ! ! !
Platform: | Size: 156672 | Author: 万喜 | Hits:

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical)-
Platform: | Size: 5120 | Author: ldg | Hits:

[Mathimatics-Numerical algorithmssimplicityAlgorithm3

Description: /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/* Use simplex algorithm for multi-function extremum computer code*//************************* trial simplex method for the objective function :* f (x) = 4 (5 x1)* (x1 5) (6 x2)* (x1-5)* minimums*************************/
Platform: | Size: 172032 | Author: 刘向 | Hits:

[Chess Poker gameshm3

Description: 实现扑克牌的洗牌算法。 将52张牌(不包括大、小王)按东、南、西、北分发。 每张牌用一个对象代表,包括:牌的类型、大小序号、名称。 例如:黑头A的牌型为S,序号为13(在K之后),名称为A。 比较牌大小时按序号比较大小(2的序号最小、A最大) 显示牌时将按牌型、名称显示。 例如:东家最后牌为: S:1,4,12 H:7,9 D:2,4,8,10 C:4,5,12,13 注: 洗牌次数可用随机数来确定, Math.random()的结果是0~1之间的一个随机数 -realization of cards shuffling algorithm. Licensing of 52 (not including, Wang) on the East, South, West, North circulated. Each card with a targeted representatives, including : the type of card, the size of the serial number, name. For example : A calibrated to the license for S-type, serial number 13 (after K), known as A. Comparing the size of a license by the relatively small number (serial number 2 of the smallest and the largest A) signs will be at the licensing type, name revealed. For example : licensed as a club final : S : 1,4,12,24 H : 7,9 D : 2,4,8,10 C : C10, 13 Note : shuffling number of available random number to determine, Math.random () is the result of a 0 ~ between a Random Number
Platform: | Size: 1024 | Author: 黄铭 | Hits:

[AI-NN-PRcellphone_games_5

Description: 游戏说明,支持人与人,人机,机机 联网对站,有大厅,一个大厅可以容纳24桌同时开战,实时更新大厅和所有玩家信息,支持悔棋,求和,认输,机器人的人工智能分为5挡。本游戏产品代码,供有兴趣入门的朋友参考。里面涉及的五子棋算法,经网上单机程序修改而来。压缩包里包括了本人的所有代码,和设计文挡。建议先看测试文挡说明。 由于有些朋友反映程序无法运行,今天抽空重新编写了一份详细的操作测试文档,且里面有很多截图(包括服务端和客户端)。只要大家按照步骤进行,5分钟搞定。程序也做了一点点的修改,由于是业余爱好,以后可能更新的机会不多了。我把程序包重新打包,上传。上次由于没有去掉许多冗余文件,导致压缩包过大,感到非常抱歉,呵呵。为了大家有选择的下载,我将游戏截图放在测试说明文档里,单独上传一份。-games that support all human beings, the crew and the plane interconnection station, a hall, a hall can accommodate 24 tables while the war, and real-time updating of all gamers hall information, support afterwards, peace, to concede defeat. Artificial Intelligence Robot divided into five block. Product code of the game for induction are interested in the reference to a friend. 331 inside the algorithm, through the Internet from single revising the procedures. Compression bundle including all of my code, and design of the text block. Let us look at the proposed test block text note. As some of my friends do not run procedures, today found time to write a detailed testing documentation, and there are many screenshots (including server and client). As long as we could follow steps, and five
Platform: | Size: 613376 | Author: leisuee | Hits:

[mpeg mp3java_MP3Code

Description: 我找的java_MP3播放器代码和其调用lib代码可以算5个不,光算包的话比较多,可以运行,效果可以,lib里应该有解码算法的具体部分,-java_MP3 player code and its call lib code can not count five. Optical packet count so much, can run, the effect can lib Lane should have specific decoding algorithm, thank you
Platform: | Size: 6171648 | Author: ff | Hits:

[File Formatc++02--

Description: 关于C++的一个PPT教程C++语言概述,包括介绍 2.2 基本数据类型和表达式 2.3 数据的输入与输出 2.4 算法的基本控制结构 2.5 自定义数据类型 -on a PPT C C language tutorial overview Introduction 2.2 include basic data types and expressions 2.3 data input and output 2.4 algorithm basic control structure 2.5-defined data types, etc.
Platform: | Size: 57344 | Author: 张的陪 | Hits:

[OtherC++dexuexikejian

Description: 概论:程序设计的基本概念与基本 1 . 方法;怎样才能学好这门基础课 2. 程序的基本结构 3. 编程关键:逻辑思维与问题求解 人是怎样让计算机帮助自己解题的 4. 数据的组织方式一:数组 5. 模块化:函数与函数调用 6. 分治思想:递归算法及其实现 7. 逻辑指代与物理指代:指针 8. 数据的组织方式二:结构 9. 蒙特卡洛法 10.贪心法 11.动态规划 12. 数据的组织方式三:链表与树 13.数据的组织方式四:文件,数据的 永久存储与重复使用 14.面向对象程序设计的概念及特点-Introduction: the basic concepts of program design and basic one. Methods how to learn this basic course 2. The basic structure of the procedure 3. Programming key: logical thinking and problem solving is how to make computers help themselves solve problems 4. Data one organization: the array 5. Modularized: function and function call 6. divided Thought: recursive algorithm and its realization 7. logical and physical anaphora anaphora: pointer 8. data organization II: the structure of 9. montecalvo Lofa 10. Greedy 11. Dynamic Programming 12. data organization III: List and Tree 13. data organized in a manner that four: documents, data, permanent storage and re-use 14. object-oriented programming concepts and the characteristics of
Platform: | Size: 1972224 | Author: wenyong | Hits:

[matlabC4_5

Description: 用matlab语言写的C4.5算法,用于模式分类-Matlab language used to write the C4.5 algorithm for pattern classification
Platform: | Size: 2048 | Author: 罗升阳 | Hits:

[VC/MFCC++(PPT)1-6

Description: 数据结构C++ 朱战立1-6章 第1章 C++面向对象.ppt 第2章 面向对象程序设计和算法性能分析.ppt 第3章 顺序存储结构的表、堆栈和队列.ppt 第4章 链式存储结构的表、 堆栈和队列.ppt 第5章 数组和串.ppt 第6章 递归.ppt-Data structure C++ Zhu Zhan-li 1-6 Chapter Chapter 1 C++ Object-oriented. Ppt Chapter 2 Object-oriented program design and algorithm performance analysis. Ppt Chapter 3 of the order of the table storage structure, stack and queue. ppt of Chapter 4 of the table structure of the chain store, stack and queue. ppt Chapter 5 array and string. ppt Chapter 6 Recursive. ppt
Platform: | Size: 2570240 | Author: zj | Hits:

[DSP programDSP-c-Matlab-Programs-ManualV19

Description: 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Windowing technique a. Rectangular window b. Triangular window c. Kaiser window 5. IIR Filter(LP/HP) on DSP processors 6. N-point FFT algorithm 7. Power Spectral Density of a sinusoidal signals 8. FFT of 1-D signal plot 9. MATLAB program to generate sum of sinusoidal signals 10. MATLAB program to find frequency response of analog
Platform: | Size: 1582080 | Author: wangjin | Hits:

[Mathimatics-Numerical algorithmsc

Description: CURE: AN EFFICIENT CLUSTERING ALGORITHM FOR LARGE DATABASES-CURE: AN EFFICIENT CLUSTERING ALGORITHM FOR LARGE DATABASES
Platform: | Size: 1134592 | Author: Maha | Hits:

[Mathimatics-Numerical algorithmsAlgorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

Description: 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewick s thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book s expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment. Coverage includes: * A complete overview of graph properties and types * Diagraphs and DAGs * Minimum spanning trees * Shortest paths * Network flows * Diagrams, sample C code, and detailed algorithm descriptions
Platform: | Size: 13904896 | Author: wang | Hits:

[VC/MFCAlgorithm

Description: 经典算法 1.河内之塔 2.Algorithm Gossip: 费式数列 3. 巴斯卡三角形 4.Algorithm Gossip: 三色棋 5.Algorithm Gossip: 老鼠走迷官 6.Algorithm Gossip: 老鼠走迷官(二) 7.Algorithm Gossip: 骑士走棋盘 8.Algorithm Gossip: 八皇 9.Algorithm Gossip: 八枚银币 等-Algorithm of c++
Platform: | Size: 1057792 | Author: ApolloSong | Hits:

[VC/MFCc-tanhaoqiang

Description: 谭浩强c语言程序设计 1 C语言概述 1.1 C语言的发展过程 1.2 当代最优秀的程序设计语言 1.3 C语言版本 1.4 C语言的特点 1.5 面向对象的程序设计语言 1.6 C和C++ 1.7 简单的C程序介绍 1.8 输入和输出函数 1.9 C源程序的结构特点 1.10 书写程序时应遵循的规则 1.11 C语言的字符集 1.12 C语言词汇 1.13 Turbo C 2.0集成开发环境的使用 1.13.1 Turbo C 2.0简介和启动 1.13.2 Turbo C 2.0集成开发环境 1.13.3 File菜单 1.13.4 Edit菜单 1.13.5 Run菜单 1.13.6 Compile菜单 1 1.13.7 Project菜单 1.13.8 Options菜单 1.13.9 Debug菜单 1.13.10 Break/watch菜单 1.13.11 Turbo C 2.0的配置文件 2 程序的灵魂—算法 2.1 算法的概念 21 2.2 简单算法举例 21 2.3 算法的特性 24 2.4 怎样表示一个算法 24 2.4.1 用自然语言表示算法 24 2.4.2 用流程图表示算法 24 2.4.3 三种基本结构和改进的流程图 28 2.4.4 用N-S流程图表示算法 29 2.4.5 用伪代码表示算法 30 2.4.6 用计算机语言表示算法 31 2.5 结构化程序设计方法 31 3 数-Hemopurification c language programming 1 C Language Overview 1.1 C language development process 1.2 the most outstanding contemporary programming languages 1.3 C language version 1.4 C language features 1.5 object-oriented programming language 1.6 C and C++ 1.7 simple C program 1.8 Input and output functions Structural features of the 1.9 C source code 1.10 writing program should follow the rules 1.11 C language character set 1.12 C language vocabulary 1.13 Turbo C 2.0 integrated development environment 1.13.1 Turbo C 2.0 Introduction and start 1.13.2 Turbo C 2.0 Integrated Development Environment 1.13.3 File menu 1.13.4 Edit menu 1.13.5 Run menu 1.13.6 Compile menu 1 1.13.7 Project menu 1.13.8 Options menu 1.13.9 Debug menu 1.13.10 Break/watch menu 1.13.11 Turbo C 2.0 configuration file The 2 procedures soul- Algorithm 2.1 algorithm concept 21 2.2 a simple algorithm for example 21 2.3 algorithm characteristics 24 2.4 How to represent an algorithm 24 2.
Platform: | Size: 2782208 | Author: bai | Hits:

[JSP/Javac4.5r8.tar

Description: c4.5 algorithm source code
Platform: | Size: 148480 | Author: dred | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net